home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Shareware World / Comms & Internet / Flex-Able 1.0 / FADocs / URLDecode.able < prev   
Text File  |  1999-08-24  |  598b  |  25 lines

  1. <html>
  2.     <head>
  3.         <link rel=stylesheet type="text/css" HREF="fa.css">
  4.         <title>Flex-Able: String Functions: URL Decode</title>
  5.     </head>
  6. <body>
  7.  
  8. <DIV CLASS="topic">String Functions: URL Decode</DIV>
  9. <p><br>
  10. <p><br>
  11.  
  12. <:set string env["QUERY_STRING"]>
  13.  
  14. <:require string>
  15.     <:url_decode string>
  16. <:else>
  17.     Try using this url with a search argument, or do it the easy way:<br>
  18.     <a href="URLDecode.able?this%20is%20an%20%22encoded%22%20string%21">URLDecode.able?this%20is%20an%20%22encoded%22%20string%21</a>
  19. <:/require>
  20.  
  21. <hr>
  22. <A HREF="quickstart.html" CLASS="back">back to Quick Start</A> 
  23. </body>
  24. </html> 
  25.